home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000292_news@newsmaster….columbia.edu _Thu Jul 23 14:40:20 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA07047
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 23 Jul 1998 14:40:19 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA08571
  7.     for kermit.misc@watsun; Thu, 23 Jul 1998 14:40:19 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!nntprelay.mathworks.com!news.mathworks.com!uunet!in1.uu.net!news.sonalysts.com!usenet
  9. From: "Michael C. Smith" <mcs@sonalysts.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: K95 Server Problem
  12. Date: Thu, 23 Jul 1998 14:30:24 -0400
  13. Organization: Sonalysts, Inc.
  14. Lines: 27
  15. Message-ID: <35B78140.947E2537@sonalysts.com>
  16. NNTP-Posting-Host: sentinel.sonalysts.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.04 [en] (Win95; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:9000
  22.  
  23. Hi,
  24.  
  25. I am using Kermit95 to develop an automated file transfer application.
  26. The application is to be used on machines running WindowsNT Server 4.0
  27. (with Service Pack 3).  The application sits and waits for incoming
  28. files, currently from a remote dial-in source connecting via PPP/RAS.
  29. Since this is an automated application, we want to cause the Kermit
  30. server to time-out and shut down if a connection to it is idle for more
  31. than a specified langth of time.  Under version 1.1.13, the SET SERVER
  32. IDLE-TIMEOUT xxx command worked reasonably well.  Under version 1.1.17,
  33. no matter what value we use for the idle-timeout duration, the Kermit
  34. server on the receiving side stays up until it recieves a hangup or
  35. equivalent command to break the connection.  The server promptly exits
  36. after such a command and registers if  the timeout value was exceded.
  37. Is there some other option that must be set to get this to work in
  38. version 1.1.17?  We are currently exploring whether the tcp/ip KeepAlive
  39. settings under NT Server are causing the Kermit server to remain on.
  40.  
  41. Also, we cannot get the REMOTE LOGIN userID pwd command (issued on the
  42. side sending files to the remote server) to return a failure on an
  43. invalid login attempt.  Whether the id /pwd used are accepted by the
  44. remote server or not, the command returns a status of SUCCESS.
  45.  
  46. Any help with these problems would be greatly appreciated.
  47. Michael C. Smith
  48. <mcs@Sonalysts.com>
  49.